home *** CD-ROM | disk | FTP | other *** search
- ;------------------------------------------------------------------------------
- ; .ss.
- ; `²²'
- ; .,sS$Ss,,s$ .,sS$$$Ss. .,sS$Ss,,s$ .ss. .sSs.
- ; .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
- ; $$$' .$$$' $$$²Sçsµ²' .$$$' .$$$'.$$$' .$$$' `$$b.
- ; $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$' ;$$$
- ; `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
- ; .sS²°$$$²²°"' d²°'
- ; .$$² .$$'
- ; $$$.,d$$'
- ; `²S$$S²'
- ;------------------------------------------------------------------------------
- ; P.P.L.X. 2.OO (C)1996 - Lone Runner / AEGiS CoRP'96
- ;------------------------------------------------------------------------------
- ; PPE 3.2O (Encryption type I) - Analysis ON - Postprocessing ON
- ;------------------------------------------------------------------------------
-
- Integer INTEGER001
- String STRING001
-
- ;------------------------------------------------------------------------------
-
- FOpen 1, PPEPath() + "ALARM.LST", 0, 0
- STRING001 = "."
- While (STRING001 <> "") Do
- FGet 1, STRING001
- If (U_Name() == STRING001) Then
- FClose 1
- For INTEGER001 = 1 To 8
- Sound 700
- Delay 2
- Sound 0
- Delay 2
- Next
- End
- Endif
- EndWhile
- FClose 1
-
- ;------------------------------------------------------------------------------
- ;
- ; Usage report (before postprocessing)
- ;
- ; ■ Statements used :
- ;
- ; 1 End
- ; 5 Goto
- ; 3 Let
- ; 3 If
- ; 1 FOpen
- ; 2 FClose
- ; 1 FGet
- ; 2 Delay
- ; 2 Sound
- ;
- ;
- ; ■ Functions used :
- ;
- ; 2 +
- ; 1 ==
- ; 1 <>
- ; 1 <
- ; 1 <=
- ; 2 >=
- ; 3 !
- ; 2 &&
- ; 1 ||
- ; 1 U_Name()
- ; 1 PPEPath()
- ;
- ;------------------------------------------------------------------------------
- ;
- ; Analysis flags : No flag
- ;
- ;------------------------------------------------------------------------------
- ;
- ; Postprocessing report
- ;
- ; 1 For/Next
- ; 1 While/EndWhile
- ; 1 If/Then or If/Then/Else
- ; 0 Select Case
- ;
- ;------------------------------------------------------------------------------
- ; AEGiS Corp - Break the routines, code against the machines!
- ;------------------------------------------------------------------------------
-